Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSlotsPanel<S> Class / GetSlots Method

In This Topic
    GetSlots Method (CalendarSlotsPanel<S>)
    In This Topic
    When overriden, it returns the slots that will be displayed.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetSlots() As IEnumerable(Of S)
    protected abstract IEnumerable<S> GetSlots()
    See Also